home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_846 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  160 b   |  9 lines

  1. on(release){
  2.    set("/Variables:Attachement",_name.substr(4,1));
  3.    tellTarget("../../../")
  4.    {
  5.       gotoAndStop("Attachement");
  6.       play();
  7.    }
  8. }
  9.